home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000884_interran@uluru.Stanford.EDU_Fri Aug 26 14:23:36 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from uluru.Stanford.EDU by cs.umb.edu with SMTP id AA12552
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 27 Aug 1994 00:23:38 -0400
  3. Received: by uluru.Stanford.EDU (4.1/inc-1.0)
  4.     id AA11488; Fri, 26 Aug 94 21:23:36 PDT
  5. Date: Fri, 26 Aug 94 21:23:36 PDT
  6. From: interran@uluru.Stanford.EDU (John Interrante)
  7. Message-Id: <9408270423.AA11488@uluru.Stanford.EDU>
  8. To: tex-k@cs.umb.edu
  9. In-Reply-To: <199408262141.AA05735@terminus.cs.umb.edu> (karl@cs.umb.edu)
  10. Subject: Re: [djm@Glue.umd.edu: R6 libraries]
  11.  
  12. I have the -lnsl library on my computer (a SPARCstation 1 running
  13. SunOS 4.1.2).  Its purpose is to provide the System V transport
  14. functions, i.e.,
  15.  
  16.    t_accept
  17.    t_bind
  18.    t_connect
  19.    t_error
  20.    t_close
  21.    t_getinfo
  22.    t_getstate
  23.    etc.
  24.  
  25. The System V transport facilities are an optional part of SunOS; you
  26. have to select the option when you install SunOS or you won't get the
  27. -lnsl library.
  28.  
  29. When compiled on a Sun, Xlib uses the Berkeley networking functions,
  30. not the System V transport functions, so the -lnsl library is
  31. superfluous for X applications (at least on Suns---I don't know
  32. whether -lnsl is unique to Sun or also present on other systems).
  33.  
  34.         John